gpio:samsung s5p_ suffix add for GPIO functions
authorŁukasz Majewski <[email protected]>
Fri, 15 Jul 2011 00:16:22 +0000 (00:16 +0000)
committerAlbert ARIBAUD <[email protected]>
Sat, 3 Sep 2011 20:40:47 +0000 (22:40 +0200)
commitef5d9eb925cd1f5e13c1c3d940932b182e06446d
tree18369ac50147b62700276b5204d57fa067dc5ef1
parent9070872bb343e07945bf3882c572da82901c637d
gpio:samsung s5p_ suffix add for GPIO functions

This change is driven by need of general gpio_* functions,
which as their parameter are accepting the GPIO pin number, NOT
block and pin.

This makes the code alike to omap, and allows for using more
generic frameworks (e.g. software I2C).

Signed-off-by: Lukasz Majewski <[email protected]>
Signed-off-by: Kyungmin Park <[email protected]>
Signed-off-by: Minkyu Kang <[email protected]>
Acked-by: Mike Frysinger <[email protected]>
arch/arm/include/asm/arch-s5pc1xx/gpio.h
arch/arm/include/asm/arch-s5pc2xx/gpio.h
board/samsung/goni/goni.c
board/samsung/smdkc100/smdkc100.c
board/samsung/smdkv310/smdkv310.c
drivers/gpio/s5p_gpio.c